home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Texteditors
/
BED
/
Rexx
/
BedCmdHelp.bed
< prev
next >
Wrap
Text File
|
1996-09-26
|
265b
|
19 lines
/*
** $VER: BedCmdHelp.bed 1.0 (02.01.96)
**
** Show the AmigaGuide Help for the BED ARexx command currently under the
** cursor
*/
OPTIONS RESULTS
GetWord
command=RESULT
Exist command
IF RC=0 THEN
Help command
ELSE
SetStatusBar "Cursor not on a BED command"